You are here: Symbol Reference > Dew Namespace > Dew.Math Namespace > Classes > TDenseMtxVec Class > TDenseMtxVec Methods > AddProduct Method > TDenseMtxVec.AddProduct Method ([In] TMtxVec, [In] TMtxVec)
Dew Math for .NET
ContentsIndexHome
PreviousUpNext
TDenseMtxVec.AddProduct Method ([In] TMtxVec, [In] TMtxVec)

Add a product of two vectors.

Syntax
C#
Visual Basic
public TMtxVec AddProduct([In] TMtxVec Vec1, [In] TMtxVec Vec2);

Multiply Vec1 elements with coresponding Vec2 elements and add the result to the calling vector. The size of the calling vector is set implicitly.

Copyright (c) 1999-2024 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!